'Declaration
Public Overridable Function MoveToPageAsync( _ ByVal pageIndex As Integer, _ ByVal cancellationToken As CancellationToken _ ) As Task
'Usage
Dim instance As C1WrapCollectionView(Of S,T) Dim pageIndex As Integer Dim cancellationToken As CancellationToken Dim value As Task value = instance.MoveToPageAsync(pageIndex, cancellationToken)
public virtual Task MoveToPageAsync( int pageIndex, CancellationToken cancellationToken )
Parameters
- pageIndex
- The index of the page.
- cancellationToken
- The cancellation token.